ObsPointModel

config.ObsPointModel()

The accepted input for the variable obs_point in Site.

obs_points is used to define output locations in the hazard model, which will be plotted in the user interface.

Attributes

name : Union[int, AsciiStr]

The name of the observation point.

description : Optional[str], default=""

The description of the observation point.

ID : Optional[int], default=None

The ID of the observation point.

file : Optional[str], default=None

The path to the observation point data file.

Back to top